home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / info / drdtips.zip / 1199.TXT < prev    next >
Text File  |  1992-09-07  |  2KB  |  59 lines

  1.                                FYI
  2.  
  3. (Note: The origin of this information may be internal or external to
  4. Novell.  Novell makes every effort within its means to verify this
  5. information.  However, the information provided in this document is
  6. FOR YOUR INFORMATION only.  Novell makes no explicit or implied claims
  7. to the validity of this information.)
  8.  
  9.           TITLE: CREATION OF A BOOTABLE DR DOS FLOPPY DISK
  10.    DOCUMENT ID#: FYI-M-1199
  11.            DATE: 08SEPT92
  12.         PRODUCT: DR DOS
  13. PRODUCT VERSION: 6.0
  14.      SUPERSEDES:
  15.  
  16.  
  17. ISSUE/PROBLEM
  18. Endusers who have used either SuperStor or Security will need to create
  19. special boot disks to be able to properly see their data.
  20.  
  21. SOLUTION
  22. The disk created by this procedure will allow access to a SuperStor'ed hard
  23. disk as well as a secure one.
  24.  
  25. 1. When booted from your hard disk, insert a blank floppy into drive A:
  26.    Then type the following:-
  27.                               FORMAT A: /S
  28.  
  29.    The floppy will be formatted and the operating systems files transferred.
  30.  
  31. 2. When this is complete, you will need to copy some device drivers on to 
  32.    the floppy too.
  33.  
  34.    Copy the following files from hard disk to floppy:-
  35.  
  36.    SSTORDRV.SYS
  37.    DEVSWAP.COM             These 2 files are in the root directory.
  38.  
  39.    LOGIN.EXE
  40.    LOGIN.TXT
  41.    LOGIN.ERR               These 3 files are in the DRDOS directory.
  42.  
  43. 3. You will then need to create a CONFIG.SYS file on the floppy.
  44.    To use the DR DOS editor type in:-
  45.                                        EDITOR A:CONFIG.SYS
  46.    
  47.    When asked if you want to create a new file, answer Y.
  48.    Then type the following lines:-
  49.  
  50.    INSTALL=LOGIN.EXE
  51.    DEVICE=SSTORDRV.SYS
  52.    DEVICE=DEVSWAP.COM
  53.  
  54.    Then save the file by pressing CTRL KX.
  55.  
  56.    You should now be able to boot from this floppy disk.
  57.  
  58.    (NB. When prompted for a password, you must enter the MASTER password.)
  59.